home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Apple Script / scripts / FileMaker & AppleScript / Syntax Examples / Duplicate examples < prev    next >
Encoding:
Text File  |  1992-11-25  |  176 b   |  6 lines  |  [TEXT/ToyS]

  1. tell application "FileMaker Pro"
  2.     Duplicate Record 2
  3.     Duplicate middle Record
  4.     Duplicate Record 3 of window 2 to window 2
  5.     Duplicate first Menu Item of Menu "external"
  6. end tell